# if you don't use absolute paths below, bochs looks under the cwd of xend,
# which is usually "/"
#ata0-master: type=disk, path=/var/images/min-el3-i386.img, cylinders=800, heads=4, spt=32
+i440fxsupport: enabled=1
+ne2k: ioaddr=0x300, irq=9, mac=b0:c4:22:01:00:00, ethmod=linux, ethdev=eth0
ata0-master: type=disk, path=/var/images/1g-el3-i386.img, mode=flat, cylinders=2048, heads=16, spt=63
boot: c
#define BX_NUM_SIMULATORS 1
// limited i440FX PCI support
-#define BX_PCI_SUPPORT 0
+#define BX_PCI_SUPPORT 1
// Experimental VGA on PCI
#define BX_PCI_VGA_SUPPORT 1
// limited USB on PCI
-#define BX_PCI_USB_SUPPORT 0
+#define BX_PCI_USB_SUPPORT 1
#if (BX_PCI_USB_SUPPORT && !BX_PCI_SUPPORT)
#error To enable USB, you must also enable PCI